#ottenere attivita applicazione android da adb per avviarla
adb shell "cmd package resolve-activity --brief com.google.android.calculator | tail -n 1"
p.es com.mojang.minecraftpe/.MainActivity

#avviarla sul display
adb shell am start -S -n com.and.games505.TerrariaPaid/com.unity3d.player.UnityPlayerActivity --display 8 --windowingMode 1

#aprire con monkey 
adb shell monkey -p your.app.package.name -c android.intent.category.LAUNCHER 1

adb shell settings put global overlay_display_devices 1920x1080/225   // null

adb sudo -c simpleperf stat --app com.and.games505.TerrariaPaid --duration 10

#ottenere Id display


#set governor
adb shell su -c ' "echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" '
#get lis governor
adb shell su -c "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors"